From 3ccbe407c64a860f2ae185da78204a1f08ab67df Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 30 Apr 2004 21:01:47 +0000 Subject: [PATCH] (diff-switches): Fix typo in docstring. --- lisp/diff.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/diff.el b/lisp/diff.el index 76b1b5e60a7..c985b66036e 100644 --- a/lisp/diff.el +++ b/lisp/diff.el @@ -36,7 +36,7 @@ ;;;###autoload (defcustom diff-switches "-c" - "*A string or list of strings specifying switches to be be passed to diff." + "*A string or list of strings specifying switches to be passed to diff." :type '(choice string (repeat string)) :group 'diff) -- 2.30.2